Fix C conformance issue in LISPSYM_INITIALLY
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jan 2024 08:15:38 +0000 (00:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jan 2024 08:26:44 +0000 (00:26 -0800)
commit99a122b5b816f6c5dd2acc67eeca13eb4d1d8cd5
tree9c04001ec9ebd1dcf7aca46466aab48bed45e1c7
parente1970c99f097715fc5bb3b88154799bfe13de90f
Fix C conformance issue in LISPSYM_INITIALLY

* src/lisp.h (LISPSYM_INITIALLY): Remove unnecessary cast to char *.
The C standard allows but does not require support for casts to
pointers in constant expressions in static initializers.
src/lisp.h